From 9abe05cc534c670c85724a14e89d1c28e70a9403 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 31 Oct 2005 23:58:13 +0000 Subject: [PATCH] Regenerate. --- gpsbabel/readme.html | 12 ++++++------ gpsbabel/readme.txt | 12 +++--------- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/gpsbabel/readme.html b/gpsbabel/readme.html index 66e25cd03..6d32034e0 100644 --- a/gpsbabel/readme.html +++ b/gpsbabel/readme.html @@ -4,7 +4,7 @@ GSPBabel Documentation

GSPBabel Documentation

Revision History
Revision 1.02005-10-26T10:33:03.0ZDave Pawson
Initial conversion from plain text file at gpsbabel.org/readme.html
Revision 1.12005-10-27T07:39:32.0ZDaveP
Update to cvs, rev 1.143
Revision 1.22005-10-27T15:25:55.0ZDaveP
Update to Add toc for formats & brief format description -
Revision 1.32005-10-28T15:19:02.0ZDaveP
Amended structure.


Table of Contents

Introduction
THE PROBLEM
THE SOLUTION
1. GETTING IT and BUILDING IT
2. USAGE
Invocation
ADVANCED USAGE
ROUTE AND TRACK MODES
3. THE FORMATS
AN1
BAROIQ
BCR
CETUS
compegps
coastexp
CoPilot
COTO
CST
CSV
custom
DNA
EasyGPS
Fugawi
GARMIN
Gcdb
GDB
GEO
Geocaching DB
GEOnet
geoniche
glogbook
GOOGLE
GpilotS
gpl
GPSDRIVE
GPSDRIVETRACK
GPSMAN
GPSPILOT
GPSUTIL
GPX
Hiketech
HOLUX
hsandv
HTML
IGC
IGNRando
KML
LowranceUSR
mag_pdb
MAGELLAN
MAGELLANX
MAGGEO
MAGNAV
mapconverter
MAPSEND
MAPSOURCE
MSroute
MXF
navicache
Netstumbler
NIMA
nmea
nmn4
OPENOFFICE
OZI
PALMDOC
PathAway
PCX
PsiTrex
PSP
QUOVADIS
s_and_t
saplus
saroute
STMwpp
tabsep
TEF
TEXT
TIGER
TMPRO
TomTom
TPG
vCARD
VitoSMT
XCSV
XMap
XMapWpt
4. DATA FILTERS
POSITION
RADIUS
DUPLICATE
DISTANCE FROM A ROUTE (ARC) ARC
POLYGON
SIMPLIFY
REVERSE
SORT
STACK
TRACK
DISCARD

List of Examples

3.1. An example with all options
3.2. Example Usage:
4.1. An example
4.2. For example:
4.3. For example:

GPSBabel supports data filtering. Data filters are + GPSBabel by Alex Mottram.

GPSBabel supports data filtering. Data filters are invoked from the command line via the '-x' option. It should be noted that data filters are invoked in the internal pipeline at the point that corresponds to their position on the @@ -1017,7 +1017,7 @@ LOG-%D" \ -o gpx -F out.gpx PACK one hour later.

	    
 gpsbabel -t  -i gpx -f in.gpx  \
     -x track,move=+1h,pack,title="ACTIVE LOG"  \
-    -o gpx -F out.gpx 	

Filter tracks against time borders. All points outside + -o gpx -F out.gpx

START / STOP

Filter tracks against time borders. All points outside this range will be dropped. The date-time paramters have to be in form of YYYYMMDDHHMMSS; but you may specify only the most significant portion represented in the the leftmost @@ -1031,7 +1031,7 @@ gpsbabel -t -i gpx -f in.gpx -x \ stops working. To pack all the tracks together into one track and give it a name, use this:

	    
 gpsbabel -t  -i gpx -f in.gpx  	-x track,pack,title="ACTIVE LOG"  \
-		     -o gpx -F out.gpx 	

The input track will be split into several tracks + -o gpx -F out.gpx

SPLIT

The input track will be split into several tracks depending on date of track points. If there is more than one track, use the pack option before before using this. To split a single tracks into separate tracks for each day and @@ -1056,7 +1056,7 @@ gpsbabel -t \ -i gpx -f in.gpx \ -x track,pack,split=4h,title="LOG # %c" \ -o gpx -F out.gpx -

Merge puts all track points into one single track and +

MERGE

Merge puts all track points into one single track and sort them by time. Points with identical time stamp will be dropped !!!

If you want to merge tracks from different devices but from same trip, use this:

@@ -1065,7 +1065,7 @@ gpsbabel -t \
      -i gpx -f doe.gpx \
      -x track,merge,title="COMBINED LOG" \
      -o gpx -F john_doe.gpx
-

This filter 'fixes' gps data by discarding points with +

This filter 'fixes' gps data by discarding points with a hdop and/or vdop over a set limit. If you give both the hdop and a vdop options, by default points that exceed EITHER are discarded (OR). This filter processes waypoints, tracks, diff --git a/gpsbabel/readme.txt b/gpsbabel/readme.txt index d4be0eeff..34a935bea 100644 --- a/gpsbabel/readme.txt +++ b/gpsbabel/readme.txt @@ -119,9 +119,6 @@ GSPBabel Documentation SORT STACK TRACK - START / STOP - SPLIT - MERGE DISCARD List of Examples @@ -1468,9 +1465,6 @@ Chapter 4. DATA FILTERS SORT STACK TRACK - START / STOP - SPLIT - MERGE DISCARD GPSBabel supports data filtering. Data filters are invoked from the command @@ -1762,7 +1756,7 @@ gpsbabel -t -i gpx -f in.gpx \ -x track,move=+1h,pack,title="ACTIVE LOG" \ -o gpx -F out.gpx -START / STOP + START / STOP Filter tracks against time borders. All points outside this range will be dropped. The date-time paramters have to be in form of YYYYMMDDHHMMSS; but @@ -1783,7 +1777,7 @@ gpsbabel -t -i gpx -f in.gpx -x \ gpsbabel -t -i gpx -f in.gpx -x track,pack,title="ACTIVE LOG" \ -o gpx -F out.gpx -SPLIT + SPLIT The input track will be split into several tracks depending on date of track points. If there is more than one track, use the pack option before before @@ -1813,7 +1807,7 @@ gpsbabel -t \ -x track,pack,split=4h,title="LOG # %c" \ -o gpx -F out.gpx -MERGE + MERGE Merge puts all track points into one single track and sort them by time. Points with identical time stamp will be dropped !!! -- 2.30.2